home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 891 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: astfgl.idb.hist.no!not-for-mail
  2. From: lassesj@idb.hist.no (Lasse Staff Jensen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Date: 12 Jan 1996 13:35:19 GMT
  6. Organization: Sor-Trondelag College, Norway
  7. Distribution: world
  8. Message-ID: <4d5o2n$ebj@astfgl.idb.hist.no>
  9. References: <4d0ou6$835@astfgl.idb.hist.no> <Z31Wx*zA0@mkmk.in-chemnitz.de> <4d42di$9e9@maureen.teleport.com>
  10. NNTP-Posting-Host: oversoul.idb.hist.no
  11. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  12.  
  13.  
  14. Stephan Schaem (sschaem@teleport.com) wrote:
  15. : Andre Weissflog (floh@mkmk.in-chemnitz.de) wrote:
  16. : : In article <4d0ou6$835@astfgl.idb.hist.no>, Lasse Staff Jensen writes:
  17. :  I think he was mentiontioning this map code:
  18. :     REPEAT    32
  19. : 1)    move.b    (a0,d0.w),(a1)+
  20. : 2)    addx.l    d1,d0
  21. :     ENDR
  22. :  In the example above I dont think it will work with neg number.
  23. :  Because the msbit of X if neg will have an effect on Y.
  24.  
  25. Yes, that's right! That was my conclusion too. So, how could any-
  26. one use that ugly(ref:to the memory use here) hack if it don't 
  27. works with neg values? 
  28.  
  29. :  On the 'regular' addx methode it does work wihtout problem...
  30.  
  31. Yes, I know!
  32.  
  33. :  the xflag 'trick' is not a bad methode... it enable you
  34. :  to preshift value. It would fly on a 150mhz 030 ;)
  35. :  people compare to quickly a tmap program on a 66mhz 486 and a
  36. :  a1200... to see x86 true code speed they should run it on a
  37. :  12mhz 286.
  38. :  Stephan
  39.  
  40. Yes! Finaly one that have understand it! If the price of Motorola's
  41. processors have been approx. equal to that of Intel's, the PC demos
  42. would clearly not have been that impressive anymore.
  43.     - Lasse (Vip/Equinox)
  44.